STOPBITS=HALF, PARITY=NONE
No Description
DATABITS | Data-Bit Mode 1 (SEVEN): Each frame contains 7 data bits 2 (EIGHT): Each frame contains 8 data bits 3 (NINE): Each frame contains 9 data bits |
PARITY | Parity-Bit Mode 0 (NONE): Parity bits are not used 2 (EVEN): Even parity are used. Parity bits are automatically generated and checked by hardware. 3 (ODD): Odd parity is used. Parity bits are automatically generated and checked by hardware. |
STOPBITS | Stop-Bit Mode 0 (HALF): The transmitter generates a half stop bit. Stop-bits are not verified by receiver 1 (ONE): One stop bit is generated and verified 2 (ONEANDAHALF): The transmitter generates one and a half stop bit. The receiver verifies the first stop bit 3 (TWO): The transmitter generates two stop bits. The receiver checks the first stop-bit only |